🚨 Time is Running Out: Reserve Your Spot in the Lucky Draw & Claim Rewards! START NOW

Code has been added to clipboard!

How to Verify Java Versions and See Available Updates

Reading time 3 min
Published Nov 26, 2019
Updated Nov 26, 2019

TL;DR – The Java version verification helps you identify the version of Java installed on your device. Additionally, you will be able to run the Java update check to confirm whether you can install a new version.

What is a Java version?

Java version numbers indicate the releases of the Java software. The newer versions have more sophisticated features, improved performance, and better security measures.

Being up to date is necessary for preventing unwanted issues that can impact stability and security. In many cases, some applications and websites are unable to run unless you install the latest version of Java. For instance, it lets you play small online games, view 3D images, and chat with people.

The Java software is available for multiple operating systems, including Windows, Mac, Linux, and Solaris.

How to verify Java versions?

There are multiple methods you can use to verify the Java version: accessing the verification page, using the Command Prompt, and utilizing the Java Control Panel.

Through the verification page

The simplest way is to use the special Java page. Here are the steps to follow:

  1. Access the Java Verification Page.
  2. Click on the Verify Java version.
  3. Click the Agree and Continue button.
  4. Select Run to continue.
  5. The page will display the Java version currently installed along with the latest version available.
  6. Download the recommended update.
  7. Restart the browser once the installation process is completed.
  8. Reopen your browser and enable Java.

To successfully use this method, you need to make sure that:

  • Your browser supports NPAPI plug-ins.
  • Your browser version is compatible with Java.

Using Command Prompt (for Windows)

Here are the steps to verify the Java version by using the Command Prompt:

  1. Open the Command Prompt.
  2. Insert the following code: java -version.
  3. The output will highlight the Java version installed on your Windows device.

Note: if the response shows java is not recognized, head to Windows System Properties to add the Java variable value.

DataCamp
Pros
  • Easy to use with a learn-by-doing approach
  • Offers quality content
  • Gamified in-browser coding experience
  • The price matches the quality
  • Suitable for learners ranging from beginner to advanced
Main Features
  • Free certificates of completion
  • Focused on data science skills
  • Flexible learning timetable
Udacity
Pros
  • Simplistic design (no unnecessary information)
  • High-quality courses (even the free ones)
  • Variety of features
Main Features
  • Nanodegree programs
  • Suitable for enterprises
  • Paid Certificates of completion
Udemy
Pros
  • Easy to navigate
  • No technical issues
  • Seems to care about its users
Main Features
  • Huge variety of courses
  • 30-day refund policy
  • Free certificates of completion

Using the Java Control Panel (for Windows)

Let's dig into the Java Control Panel to verify the Java version:

  1. Navigate to the Java folder.
  2. Choose Configure Java to open the Java Control Panel window.
  3. In the General tab, click the About button.
  4. The About Java window will appear and display your Java version.

Verify Java through the Windows Start menu

It is also possible to check Java version through the Windows Start menu. Follow these steps:

  1. Open the Windows Start menu.
  2. Select Programs.
  3. Find the Java program.
  4. Click About Java to learn which Java version you are using.

An option for Mac users

  1. Select the Apple icon on the upper left side of the screen.
  2. Navigate to System Preferences.
  3. Click on the Java icon to launch the Java Control Panel.
  4. In the General tab in the Java Control Panel, you should find About. Click on it to see the version you are using.

Verify Java: useful tips

  • Mac users can also use the following command in the Terminal to verify the Java version: java -version. The same code works for the Linux operating system through its Command Prompt.
  • You can check out the system requirements of every Java version available and pick the one that is compatible with your operating system and browser.